func runtime.sysMap
7 uses
runtime (current package)
arena.go#L1049: sysMap(unsafe.Pointer(base), userArenaChunkBytes, &gcController.heapReleased, "user arena chunk")
malloc.go#L2458: sysMap(unsafe.Pointer(l.mapped), n, sysStat, vmaName)
mem.go#L277: func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat, vmaName string) {
mheap.go#L1593: sysMap(unsafe.Pointer(h.curArena.base), size, &gcController.heapReleased, "heap")
mheap.go#L1634: sysMap(unsafe.Pointer(v), nBase-v, &gcController.heapReleased, "heap")
mpagealloc_64bit.go#L179: sysMap(unsafe.Pointer(need.base.addr()), need.size(), p.sysStat, "page alloc")
mpagealloc_64bit.go#L229: sysMap(unsafe.Pointer(need.base.addr()), need.size(), sysStat, "scavenge index")
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |